ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / ListBox<T> Class / OnClientLoadingItems Property

In This Topic
    OnClientLoadingItems Property (ListBox<T>)
    In This Topic
    Occurs before the list items are generated.
    Syntax
    'Declaration
     
    Public Property OnClientLoadingItems As String
    public string OnClientLoadingItems {get; set;}
    See Also